Remove gtk_color_selection_set_update_policy() completely
authorJavier Jardón <jjardon@gnome.org>
Sat, 24 Apr 2010 02:05:54 +0000 (04:05 +0200)
committerJavier Jardón <jjardon@gnome.org>
Sun, 2 May 2010 23:51:23 +0000 (01:51 +0200)
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkcolorsel.sgml
gtk/gtkcolorsel.c

index 7abe6154f86c135e0bddfbb598c42a9f5586d256..40bafecdd28ede82111974d34a3bdcda04bbc714 100644 (file)
@@ -836,7 +836,6 @@ gtk_hsv_get_type
 <TITLE>GtkColorSelection</TITLE>
 GtkColorSelection
 gtk_color_selection_new
-gtk_color_selection_set_update_policy
 gtk_color_selection_set_has_opacity_control
 gtk_color_selection_get_has_opacity_control
 gtk_color_selection_set_has_palette
index 53cd64c55d2d8974932ae545e44d7b2d19c51747..e6ed147a1717c6b6f1bed579e420ad7357fd2bd9 100644 (file)
@@ -64,37 +64,6 @@ according to its update policy.
 @Returns: 
 
 
-<!-- ##### FUNCTION gtk_color_selection_set_update_policy ##### -->
-<para>
-Sets the policy controlling when the color_changed signals are emitted.
-The available policies are:
-<itemizedlist>
-<listitem>
-<para>
-%GTK_UPDATE_CONTINUOUS - signals are sent continuously as the color
-selection changes.
-</para>
-</listitem>
-<listitem>
-<para>
-%GTK_UPDATE_DISCONTINUOUS - signals are sent only when the mouse 
-button is released.
-</para>
-</listitem>
-<listitem>
-<para>
-%GTK_UPDATE_DELAYED - signals are sent when the mouse button is
-released or when the mouse has been motionless for a period of
-time.
-</para>
-</listitem>
-</itemizedlist>
-</para>
-
-@colorsel: a #GtkColorSelection.
-@policy: a #GtkUpdateType value indicating the desired policy.
-
-
 <!-- ##### FUNCTION gtk_color_selection_set_has_opacity_control ##### -->
 <para>
 
index dd14751015cf920681e3b3cb3b45108585dd93ba..34d2d4a7d91f79c7f6c9eb9e752b0dd0150c7290 100644 (file)
@@ -2270,14 +2270,6 @@ gtk_color_selection_new (void)
   return GTK_WIDGET (colorsel);
 }
 
-
-void
-gtk_color_selection_set_update_policy (GtkColorSelection *colorsel,
-                                      GtkUpdateType      policy)
-{
-  g_return_if_fail (GTK_IS_COLOR_SELECTION (colorsel));
-}
-
 /**
  * gtk_color_selection_get_has_opacity_control:
  * @colorsel: a #GtkColorSelection.